home *** CD-ROM | disk | FTP | other *** search
/ Risc OS Programmer's Reference Manuals / Risc OS Programmer's Reference Manuals.iso / HTML / OVERVIEWS / OVERVIEW-DDE.IDX < prev    next >
Encoding:
Text File  |  2000-02-01  |  15.9 KB  |  522 lines

  1. >INTRO.HTML Desktop Tools: Chapter 1: Introduction
  2. >INSTALL.HTML Desktop Tools: Chapter 2: Installing Acorn C/C++
  3. >WORKING.HTML Desktop Tools: Chapter 3: Working with desktop tools
  4. >DDTOLD.HTML Desktop Tools: Chapter 4: Desktop debugging tool
  5. >MAKE.HTML Desktop Tools: Chapter 5: Make
  6. >SRCEDIT.HTML Desktop Tools: Chapter 6: SrcEdit
  7. >GENERAL.HTML Desktop Tools: Chapter 7: General features
  8. >AMU.HTML Desktop Tools: Chapter 8: AMU
  9. >DECAOF.HTML Desktop Tools: Chapter 9: DecAOF
  10. >DIFF.HTML Desktop Tools: Chapter 10: Diff
  11. >FIND.HTML Desktop Tools: Chapter 11: Find
  12. >LIBFILE.HTML Desktop Tools: Chapter 12: LibFile
  13. >LINK.HTML Desktop Tools: Chapter 13: Link
  14. >OBJSIZE.HTML Desktop Tools: Chapter 14: ObjSize
  15. >SQUEEZE.HTML Desktop Tools: Chapter 15: Squeeze
  16. >EXTEND.HTML Desktop Tools: Chapter 16: Adding your own desktop tools
  17. >APPA.HTML Desktop Tools: Appendix A: Makefile syntax
  18. >APPB.HTML Desktop Tools: Appendix B: FrontEnd protocols
  19. >APPC.HTML Desktop Tools: Appendix C: DDEUtils
  20. >APPD.HTML Desktop Tools: Appendix D: SrcEdit file formats
  21. >APPE.HTML Desktop Tools: Appendix E: Code file formats
  22. >APPF.HTML Desktop Tools: Appendix F: ARM procedure call standard
  23. :INTRO.HTML Desktop Tools: Chapter 1: Introduction
  24. 1 idx-224 Introduction
  25. 3 idx-225 About this manual
  26. 4 idx-226 Part 1- Getting started
  27. 4 idx-227 Part 2 - Interactive tools
  28. 4 idx-228 Part 3 - Non-interactive tools
  29. 4 idx-229 Part 4 - Appendices
  30. 3 idx-230 Conventions used
  31. :INSTALL.HTML Desktop Tools: Chapter 2: Installing Acorn C/C++
  32. 1 98524 Installing Acorn C/C++
  33. 4 idx-219 Hardware requirement
  34. 4 idx-220 The Install application
  35. 4 idx-221 Running the Installer application
  36. 6 marker-877748 Demonstration program
  37. 5 idx-222 AcornC_C++ directory structure
  38. 4 idx-223 Environment variables and Acorn C/C++
  39. 5 marker-878049 Run$Path
  40. 5 marker-878054 DDE$Path
  41. 5 marker-878059 C$Path
  42. :WORKING.HTML Desktop Tools: Chapter 3: Working with desktop tools
  43. 1 50325 Working with desktop tools
  44. 4 idx-288 Desktop tools
  45. 5 idx-289 Interactive and non-interactive tools
  46. 5 idx-290 Entering filenames
  47. 4 idx-291 Working styles
  48. 4 idx-292 Where to go from here
  49. :DDTOLD.HTML Desktop Tools: Chapter 4: Desktop debugging tool
  50. 1 47782 Desktop debugging tool
  51. 4 idx-124 Overview
  52. 5 idx-125 Topics covered in this chapter
  53. 4 51383 About debuggers
  54. 4 marker-120431 Preparing your program
  55. 5 idx-126 Compiling
  56. 5 idx-127 Linking
  57. 4 marker-120437 Starting a debugging session
  58. 4 marker-120443 Specifying program objects
  59. 5 marker-120445 Procedure names
  60. 5 marker-120446 Variable names
  61. 5 idx-128 Expressions
  62. 5 marker-120428 Addresses & low-level expressions
  63. 6 idx-129 Examples:
  64. 4 marker-120448 Execution control
  65. 5 idx-130 Continue
  66. 5 idx-131 Single step
  67. 5 idx-132 Call
  68. 5 idx-133 Return
  69. 5 idx-134 Breakpoint
  70. 5 idx-135 Watchpoint
  71. 5 idx-136 Trace
  72. 6 idx-137 Execution
  73. 6 idx-138 Breakpoints
  74. 6 idx-139 Watchpoints
  75. 6 idx-140 Procedures
  76. 6 idx-141 Event breaks
  77. 6 idx-142 SWI breaks
  78. 4 marker-120460 Program examination and modification
  79. 5 idx-143 Display
  80. 6 idx-144 Source
  81. 6 idx-145 Expression
  82. 6 idx-146 Arguments
  83. 6 idx-147 Locals
  84. 6 idx-148 Backtrace
  85. 6 idx-149 Symbols
  86. 6 idx-150 Disassembly
  87. 6 idx-151 Memory
  88. 6 idx-152 Registers
  89. 6 idx-153 FP Registers
  90. 5 idx-154 Change
  91. 6 idx-155 Variable
  92. 6 idx-156 Register
  93. 6 idx-157 Memory contents
  94. 4 32200 Options and other commands
  95. 6 idx-158 Source-level debugging
  96. 6 idx-159 Machine-level debugging
  97. 6 idx-160 Memory protection
  98. 6 idx-161 Source line numbers
  99. 6 idx-162 Stop at entry 
  100. 6 idx-163 RISC OS bindings / Arthur bindings
  101. 6 idx-164 Command line
  102. 6 idx-165 Base
  103. 6 idx-166 Source tree
  104. 5 idx-167 Log
  105. 5 idx-168 Find
  106. 6 idx-169 Word or Byte
  107. 6 idx-170 String
  108. 5 idx-171 *Commands
  109. 5 idx-172 Help
  110. 5 marker-120468 Quit
  111. 4 marker-120469 An example debugging session
  112. 5 idx-173 The debugging session
  113. :MAKE.HTML Desktop Tools: Chapter 5: Make
  114. 1 25424 Make
  115. 4 idx-240 Invoking Make
  116. 4 idx-241 Using Make
  117. 5 idx-242 Projects
  118. 5 idx-243 Creating new projects
  119. 5 idx-244 Maintaining projects
  120. 6 idx-245 Opening a project
  121. 6 idx-246 Adding and removing members
  122. 6 idx-247 Listing members
  123. 6 idx-248 Touching members
  124. 6 46035 Multiple targets
  125. 6 idx-249 Setting tool options
  126. 6 52855 Removing projects
  127. 5 45195 Creating a final target for a project
  128. 5 idx-250 Saving a project without Making it
  129. 5 idx-251 Setting Make main options
  130. 5 marker-641710 Text-editing Makefiles
  131. 5 idx-252 Using conventional Makefiles
  132. 4 11059 Makefile format
  133. 4 87271 Programmer interface
  134. 5 42543 Registering command-line tools with Make
  135. 5 58382 Message-passing interface for setting tool options
  136. :SRCEDIT.HTML Desktop Tools: Chapter 6: SrcEdit
  137. 1 48481 SrcEdit
  138. 4 idx-262 Starting SrcEdit
  139. 5 idx-263 Typing in text
  140. 5 idx-264 Inserting and deleting text
  141. 4 30169 SrcEdit menus
  142. 5 72842 The Misc menu
  143. 5 idx-265 Saving text - the Save menu
  144. 5 72856 Manipulating blocks of text - the Select menu
  145. 5 46498 The Edit menu
  146. 6 marker-306289 Searching for a string of characters
  147. 6 idx-266 Replacing a string of characters with a new string
  148. 6 marker-306323 Using keyboard short-cuts
  149. 6 idx-267 Other useful facilities
  150. 6 11770 Magic characters and their meanings
  151. 6 marker-306388 Wildcarded expressions and their meanings
  152. 6 38136 Other options on the Edit menu:
  153. 5 idx-268 The Display menu
  154. 4 idx-269 Printing a SrcEdit file
  155. 4 90096 Laying out tables - the Tab key
  156. 6 idx-270 Regular columns
  157. 6 idx-271 Irregular columns
  158. 4 idx-272 Reading in text from another file
  159. 4 idx-273 Bracket Matching
  160. 4 idx-274 Throwback
  161. 5 idx-275 C example throwback session
  162. 5 idx-276 Assembler example throwback session
  163. 5 idx-277 C++ example throwback session
  164. 4 idx-278 Saving Options
  165. 5 idx-279 Setting options in a SrcEdit window
  166. 4 24740 The SrcEdit icon bar menu
  167. 4 idx-280 SrcEdit task windows
  168. 4 idx-281 Some guidelines and suggestions for using task windows
  169. 4 idx-282 Keystroke equivalents
  170. 5 idx-283 When editing
  171. 5 idx-284 Keystroke equivalents in the Select menu
  172. 5 idx-285 Keystroke equivalents in the Edit menu
  173. 5 idx-286 Keystroke equivalents in the Find menu
  174. 5 idx-287 Keystroke File options
  175. :GENERAL.HTML Desktop Tools: Chapter 7: General features
  176. 1 85040 General features
  177. 6 idx-211 Interface
  178. 4 idx-212 The Application menu
  179. 4 idx-213 The Setup box
  180. 5 idx-214 The SetUp menu
  181. 4 21615 Output
  182. 5 idx-215 The Text window
  183. 5 idx-216 The Summary window
  184. 5 idx-217 Toggling between the Text and Summary windows
  185. 5 idx-218 Processed file output from filter tools
  186. :AMU.HTML Desktop Tools: Chapter 8: AMU
  187. 1 47693 AMU
  188. 4 idx-0 Starting AMU
  189. 4 marker-188875 The Application menu
  190. 4 idx-1 Example output
  191. 4 marker-188876 Command line interface
  192. 5 idx-2 Options
  193. :DECAOF.HTML Desktop Tools: Chapter 9: DecAOF
  194. 1 22800 DecAOF
  195. 4 idx-174 The SetUp dialogue box
  196. 5 idx-175 SetUp options
  197. 5 idx-176 The SetUp menu
  198. 4 idx-177 The Application menu
  199. 4 idx-178 Example output
  200. 4 20116 Command line interface
  201. 5 idx-179 Options
  202. :DIFF.HTML Desktop Tools: Chapter 10: Diff
  203. 1 59732 Diff
  204. 4 idx-180 The SetUp dialogue box
  205. 5 idx-181 SetUp options
  206. 5 idx-182 The SetUp menu
  207. 4 idx-183 The Application Menu
  208. 4 idx-184 Example output
  209. 5 idx-185 Example 1
  210. 5 idx-186 Example 2
  211. 4 23180 Command line interface
  212. 5 idx-187 Options
  213. :FIND.HTML Desktop Tools: Chapter 11: Find
  214. 1 65829 Find
  215. 3 idx-201 The SetUp dialogue box
  216. 4 idx-202 SetUp options
  217. 5 idx-203 Pattern wildcards
  218. 5 idx-204 File wildcards
  219. 4 idx-205 The SetUp menu
  220. 3 idx-206 The Application menu
  221. 3 idx-207 Example output
  222. 3 28562 Command line interface
  223. 4 idx-208 Options
  224. 4 idx-209 Pattern
  225. 4 idx-210 Filepattern
  226. :LIBFILE.HTML Desktop Tools: Chapter 12: LibFile
  227. 1 60777 LibFile
  228. 4 idx-231 The SetUp dialogue box
  229. 5 idx-232 The SetUp options
  230. 5 idx-233 The SetUp menu
  231. 4 idx-234 Output
  232. 4 marker-623244 Command line interface
  233. 5 idx-235 Options
  234. 5 idx-236 Examples
  235. 6 53297 Assembler example
  236. :LINK.HTML Desktop Tools: Chapter 13: Link
  237. 1 40104 Link
  238. 4 idx-237 The SetUp dialogue box
  239. 5 idx-238 The SetUp menu
  240. 4 marker-328597 Output
  241. 4 marker-328600 Possible errors during a link stage
  242. 4 marker-328601 Libraries
  243. 4 46428 Generating overlaid programs
  244. 5 marker-328540 Overlay description files
  245. 5 marker-328589 X-Ref option
  246. 5 marker-328586 Link map option
  247. 5 marker-328587 Linking with the overlay manager
  248. 4 marker-328608 Relocatable AIF images
  249. 5 marker-328610 Utilities
  250. 4 marker-328611 Relocatable modules
  251. 4 marker-328616 Predefined linker symbols
  252. 4 marker-328584 Command line interface
  253. 5 idx-239 Options
  254. :OBJSIZE.HTML Desktop Tools: Chapter 14: ObjSize
  255. 1 53348 ObjSize
  256. 4 idx-253 The SetUp dialogue box
  257. 5 idx-254 The SetUp menu
  258. 4 idx-255 The Application menu
  259. 4 idx-256 Example output
  260. 4 33580 Command line interface
  261. :SQUEEZE.HTML Desktop Tools: Chapter 15: Squeeze
  262. 1 28936 Squeeze
  263. 4 idx-257 The SetUp dialogue box
  264. 5 idx-258 The SetUp menu
  265. 4 idx-259 The Application menu
  266. 4 idx-260 Example output
  267. 4 61709 Command line interface
  268. 5 idx-261 Options
  269. :EXTEND.HTML Desktop Tools: Chapter 16: Adding your own desktop tools
  270. 1 99288 Adding your own desktop tools
  271. 4 76704 The FrontEnd module
  272. 5 idx-188 Overview
  273. 6 idx-189 *FrontEnd_Start
  274. 6 idx-190 *FrontEnd_SetUp
  275. 6 idx-191 Example
  276. 4 marker-61889 Producing a complete Wimp application
  277. 5 marker-61892 !Run, !Boot and !SetUp files
  278. 5 idx-192 !Sprites file
  279. 5 21200 Template files
  280. 5 marker-62686 Writing an application description
  281. 6 marker-61929 TOOLDETAILS section
  282. 6 marker-61931 METAOPTIONS section
  283. 6 marker-61932 FILEOUTPUT section
  284. 6 marker-61933 DBOX section
  285. 6 56759 MENU section
  286. 6 idx-193 DESELECTIONS section
  287. 6 idx-194 EXCLUSIONS section
  288. 6 idx-195 MAKE_EXCLUSIONS section
  289. 6 idx-196 ORDER section
  290. 6 idx-197 MAKE_ORDER section
  291. 5 idx-198 Messages files
  292. 5 idx-199 Providing interactive help
  293. 5 idx-200 !Choices file
  294. 4 marker-61819 The DDEUtils module
  295. 4 marker-61877 SrcEdit
  296. 5 marker-61936 Resource files
  297. 4 68290 Make
  298. :APPA.HTML Desktop Tools: Appendix A: Makefile syntax
  299. 1 53105 Makefile syntax
  300. 4 idx-3 Make and AMU
  301. 5 marker-941051 Command execution
  302. 4 idx-4 Makefile basics
  303. 6 idx-5 File name truncation
  304. 6 idx-6 Macros as targets
  305. 4 idx-7 Makefile structure
  306. 4 idx-8 Advanced features
  307. 5 idx-9 File naming
  308. 5 idx-10 VPATH
  309. 5 idx-11 Rule patterns, .SUFFIXES, $@, $*, $< and $?
  310. 6 idx-12 Use of ::
  311. 5 idx-13 Prefix$Dir
  312. 4 93327 Makefiles constructed by Make
  313. 4 idx-14 Miscellaneous features
  314. :APPB.HTML Desktop Tools: Appendix B: FrontEnd protocols
  315. 1 46448 FrontEnd protocols
  316. 4 idx-15 Star Commands
  317. 4 idx-16 EBNF Grammar of Description Format
  318. 4 idx-17 WIMP Message returned after a *FrontEnd_SetUp
  319. :APPC.HTML Desktop Tools: Appendix C: DDEUtils
  320. 1 20867 DDEUtils
  321. 4 idx-18 Filename prefixing SWIs
  322. 5 marker-567805 DDEUtils_Prefix (&42580)
  323. 6 idx-19 Entry
  324. 6 idx-20 Exit
  325. 6 idx-21 Error
  326. 6 idx-22 Use
  327. 4 idx-23 Filename prefixing *Commands
  328. 5 marker-567806 *Prefix [directory]
  329. 4 idx-24 Long command line SWIs
  330. 5 marker-567807 DDEUtils_SetCLSize (&42581)
  331. 6 idx-25 Entry
  332. 6 idx-26 Exit
  333. 6 idx-27 Error
  334. 6 idx-28 Use
  335. 5 marker-567808 DDEUtils_SetCL (&42582)
  336. 6 idx-29 Entry
  337. 6 idx-30 Exit
  338. 6 idx-31 Error
  339. 6 idx-32 Use
  340. 5 marker-567809 DDEUtils_GetCLSize (&42583)
  341. 6 idx-33 Entry
  342. 6 idx-34 Exit
  343. 6 idx-35 Error
  344. 6 idx-36 Use
  345. 5 marker-567810 DDEUtils_GetCl (&42584)
  346. 6 idx-37 Entry
  347. 6 idx-38 Exit
  348. 6 idx-39 Error
  349. 6 idx-40 Use
  350. 4 marker-567793 Throwback SWIs
  351. 5 marker-567811 DDEUtils_ThrowbackRegister (&42585)
  352. 6 idx-41 Entry
  353. 6 idx-42 Exit
  354. 6 idx-43 Error
  355. 6 idx-44 Use
  356. 5 marker-567812 DDEUtils_ThrowbackUnRegister (&42586)
  357. 6 idx-45 Entry
  358. 6 idx-46 Exit
  359. 6 idx-47 Error
  360. 6 idx-48 Use
  361. 5 marker-567813 DDEUtils_ThrowbackStart (&42587)
  362. 6 idx-49 Entry
  363. 6 idx-50 Exit
  364. 6 idx-51 Error
  365. 6 idx-52 Use
  366. 5 marker-567814 DDEUtils_ThrowbackSend (&42588)
  367. 6 idx-53 Entry
  368. 6 idx-54 Exit
  369. 6 idx-55 Error
  370. 6 idx-56 Use
  371. 5 marker-567817 DDEUtils_ThrowbackEnd (&42589)
  372. 6 idx-57 Exit
  373. 6 idx-58 Error
  374. 4 idx-59 Throwback WIMP messages
  375. :APPD.HTML Desktop Tools: Appendix D: SrcEdit file formats
  376. 1 marker-846185 SrcEdit file formats
  377. 4 idx-60 Language File Format
  378. 4 idx-61 Help File Format
  379. :APPE.HTML Desktop Tools: Appendix E: Code file formats
  380. 1 82681 Code file formats
  381. 4 idx-62 Terminology
  382. 4 idx-63 Byte Sex or Endian-ness
  383. 4 marker-701168 Alignment
  384. 4 marker-701169 Undefined fields
  385. 2 77819 AOF
  386. 4 idx-64 Chunk file format
  387. 4 marker-692574 Object file format
  388. 5 marker-692619 Format of the AOF header chunk
  389. 6 marker-694449 Object file type
  390. 6 marker-694452 Version ID
  391. 6 idx-65 Number of areas
  392. 6 idx-66 Number of symbols
  393. 6 marker-692624 Entry address area/ entry address offset
  394. 5 marker-692626 Format of area headers
  395. 6 marker-692627 Area name
  396. 6 marker-694522 Area size
  397. 6 marker-701140 Number of relocations
  398. 5 marker-701144 Attributes and Alignment
  399. 6 idx-67 Bit 8
  400. 6 idx-68 Bit 9
  401. 6 idx-69 Bits 10 and 11
  402. 6 idx-70 Bit 12
  403. 6 idx-71 Bit 13
  404. 6 idx-72 Bit 14
  405. 6 idx-73 Bit 15
  406. 6 idx-74 Bit 16
  407. 6 idx-75 Bit 17
  408. 6 idx-76 Bit 18
  409. 6 idx-77 Bit 19
  410. 6 idx-78 Bit 20
  411. 6 idx-79 Bit 21
  412. 6 idx-80 Bits 22-23
  413. 6 idx-81 Bits 24-27
  414. 6 idx-82 Bits 28-31
  415. 5 marker-701135 Area Attributes Summary
  416. 5 12057 Format of the areas chunk
  417. 5 marker-692637 Relocation directives
  418. 6 idx-83 Offset
  419. 6 idx-84 SID (Subject Identification)
  420. 6 idx-85 FT (Field Type)
  421. 6 idx-86 II (Instruction Instruction)
  422. 6 idx-87 R (relocation type)
  423. 6 idx-88 Bits 29-31
  424. 5 marker-692642 Format of the symbol table chunk
  425. 6 idx-89 Name
  426. 6 idx-90 Value
  427. 6 idx-91 Area Name
  428. 5 marker-701231 Symbol Attributes
  429. 6 idx-92 Bits 1 and 0
  430. 6 idx-93 Bit 2
  431. 6 idx-94 Bit 3
  432. 6 idx-95 Bit 4
  433. 6 idx-96 Bit 5
  434. 6 idx-97 Bit 6
  435. 6 idx-98 Bit 7
  436. 6 idx-99 Bit 8-11
  437. 6 idx-100 Bit 12-31
  438. 5 idx-101 Symbol Attribute Summary
  439. 5 marker-696314 String table chunk (OBJ_STRT)
  440. 5 marker-692647 Identification chunk (OBJ_IDFN)
  441. 2 marker-692652 ALF
  442. 4 marker-692656 Library file format
  443. 5 marker-701243 LIB_DIRY
  444. 5 marker-701244 ChunkIndex
  445. 5 marker-701245 EntryLength
  446. 5 marker-701249 DataLength
  447. 5 marker-701250 Data
  448. 5 77273 Time Stamps
  449. 5 marker-701252 LIB_TIME
  450. 5 marker-701261 LIB_VSRN
  451. 5 marker-701262 LIB_DATA
  452. 4 marker-701263 Object Code Libraries
  453. 5 marker-701264 OFL_SYMT
  454. 5 marker-701265 OFL_TIME
  455. 2 marker-692604 AIF
  456. 4 idx-102 Properties of AIF
  457. 5 idx-103 Executable AIF
  458. 4 idx-104 The Layout of AIF
  459. 5 marker-701208 AIF Header Layout
  460. 6 idx-105 Notes
  461. 4 idx-106 Zero-Initialisation Code
  462. 5 27999 Self-Move and Self-Relocation Code
  463. 2 35340 ASD
  464. 4 marker-701273 Order of Debugging Data
  465. 4 marker-701274 Endian-ness and the Encoding of Debugging Data
  466. 4 marker-701275 Representation of Data Types
  467. 4 marker-701281 Representation of Source File Positions
  468. 4 marker-701283 Debugging Data Items in Detail
  469. 5 marker-701284 The Code and Length Field
  470. 5 marker-701285 Text Names in Items
  471. 5 marker-701286 Offsets in File and Addresses in Memory
  472. 5 idx-107 Section Items
  473. 5 marker-701288 Procedure Items
  474. 5 marker-701289 Label Items
  475. 5 marker-701290 Endproc Items
  476. 5 marker-701291 Variable Items
  477. 5 marker-701292 Type Items
  478. 5 marker-701293 Struct Items
  479. 5 marker-701294 Array Items
  480. 5 marker-701295 Subrange Items
  481. 5 marker-701296 Set Items
  482. 5 marker-701297 Enumeration Items
  483. 5 marker-701298 Function Declaration Items
  484. 5 marker-701299 Begin and End Naming Scope Items
  485. 5 marker-701300 Fileinfo Items
  486. :APPF.HTML Desktop Tools: Appendix F: ARM procedure call standard
  487. 1 29771 ARM procedure call standard
  488. 4 marker-619624 The purpose of APCS
  489. 5 marker-619622 Design criteria
  490. 4 idx-108 The ARM Procedure Call Standard
  491. 5 marker-619625 Register names
  492. 6 marker-619627 General registers
  493. 6 marker-619628 Floating point registers
  494. 5 marker-619629 The Stack
  495. 6 marker-619630 The stack backtrace data structure
  496. 6 idx-109 Function invocations and backtrace structures
  497. 6 idx-110 Control arrival
  498. 6 marker-619631 Data representation and argument passing
  499. 6 idx-111 Control return
  500. 4 marker-619632 APCS variants
  501. 6 idx-112 32-bit PC vs 26-bit PC
  502. 6 idx-113 Implicit vs explicit stack-limit checking
  503. 6 idx-114 Floating-point arguments in floating-point registers
  504. 6 idx-115 Reentrant vs non-reentrant code
  505. 6 marker-619633 APCS-2 compatibility
  506. 4 marker-619634 C Language calling conventions
  507. 6 marker-619638 Argument representation
  508. 6 marker-619641 Argument list marshalling
  509. 6 marker-619647 Non-simple value return
  510. 5 marker-619652 Function entry
  511. 6 idx-116 Function entry - establishing the static base
  512. 6 idx-117 Function entry - creating the stack backtrace structure
  513. 6 32237 Function entry - saving and restoring floating point registers
  514. 6 idx-118 Function entry - checking for stack limit violations
  515. 6 idx-119 Stack limit checking - small, fixed frames
  516. 6 idx-120 Stack limit checking - large, fixed frames
  517. 6 55201 Stack limit checking - vari-sized frames
  518. 6 idx-121 Function exit
  519. 4 idx-122 Some examples
  520. 4 marker-619657 The APCS in non-user ARM modes
  521. 6 idx-123 Aborts and pre-ARM6-based ARMs
  522.